-
Notifications
You must be signed in to change notification settings - Fork 327
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Spike for parallel relaying between multiple channels #692
Conversation
a10f00e
to
61747f9
Compare
Codecov Report
@@ Coverage Diff @@
## master informalsystems/hermes#692 +/- ##
=========================================
+ Coverage 13.6% 43.8% +30.1%
=========================================
Files 69 154 +85
Lines 3752 10122 +6370
Branches 1374 0 -1374
=========================================
+ Hits 513 4438 +3925
- Misses 2618 5684 +3066
+ Partials 621 0 -621
Continue to review full report at Codecov.
|
61747f9
to
7874ee5
Compare
7874ee5
to
59a7666
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks amazing! I ran it with three different channels and all looks good. Also reviewed the code, I think we should merge this asap, can't wait to have this in master :)
Thanks Romain!
…s#692) * Spike for parallel relaying between multiple channels * Adjust event heights * Re-use existing Link infra for relaying packets * Formatting * Use only source chain, channel and port to identify packets * Force use of in-memory store * Fix computation of UnidrectionalChannelPath for WriteAck * Run two supervisors in parallel * Relay in both directions with a single supervisor * Revert "Force use of in-memory store" This reverts commit b197537. * Move supervisor into ibc-relayer crate * Formatting * Remove println statements * Formatting
Closes: #XXX
Description
For contributor use:
docs/
) and code comments.Files changed
in the Github PR explorer.